home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / list77a.zip / ARCE.DOC < prev    next >
Text File  |  1992-04-12  |  12KB  |  336 lines

  1.  
  2.  
  3.   ARCE Command                                          Version 4.1a
  4.   ------------                                        April 12, 1992
  5.  
  6.  
  7.   Purpose:  Use ARCE to extract files from an ARC archive file.
  8.  
  9.   Format:   The program name may be either ARCE or ARC-E.
  10.  
  11.         ARCE  [d:][path]filename.ext  [filespecs...] [d:outpath]
  12.                                       [/R]
  13.                                       [/Q]
  14.                                       [/P]
  15.                                       [/T]
  16.                                       [/5]
  17.                                       [/Gpassword]
  18.  
  19.   Remarks:
  20.  
  21.         The drive and path names are optional.  If omitted, the  current
  22.         drive and path name is used.
  23.  
  24.         The filename must be  supplied.  The extension defaults  to ARC.
  25.         All files matching the supplied filename are processed.  The ARC
  26.         filename may contain the * and ? wildcard characters.
  27.  
  28.         If  no  filespecs  are   supplied,  all  files  are   extracted.
  29.         Otherwise, only those ARC members  which match one of the  up to
  30.         16 filespecs are extracted.
  31.  
  32.         The extracted files  may be placed  on another drive,  and/or in
  33.         another subdirectory by following the optional filespecs with  a
  34.         drive designator and/or path name.
  35.  
  36.         If  the  file  being  extracted  already  exists,  you are asked
  37.         whether or not you want to over-write it.  You may use the |  /R
  38.         option to bypass this prompt.  Use a Y followed by the |  return
  39.         key to over-write the file.
  40.  
  41.         Use the /Q option to suppress alarm sounds, beeps, and bells.
  42.  
  43.         Use  the  /P  option  to  write  the  extracted files to the DOS
  44.         standard output  file.  With  /P, you  may pipe  or redirect the
  45.         output.  An initial line feed  is added to the beginning  of the
  46.         output file.
  47.  
  48.         Use the /T option to test the archive's integrity. No files will
  49.         be extracted.
  50.  
  51.         If the file was encrypted, use the /G option to supply the  same
  52.         password as was used to create the file, e.g. /GSECRET.
  53.  
  54.         Use the /5 option to stop ARCE from creating the subdirectories
  55.         for files created with the ARC /Z subdirectory option.
  56.  
  57.  
  58.         ARCE  Copyright (c) 1986-91 Vernon D. Buerg and Wayne Chin.
  59.         All rights reserved.
  60.  
  61.  
  62.   ARCE Command              EXAMPLES                   Version 4.1a
  63.   ------------                                       April 12, 1992
  64.  
  65.  
  66.         o  Extract all file from TEST.ARC onto the current drive:
  67.  
  68.               ARCE TEST
  69.  
  70.         o  Extract only file with  an extension of .ASM from the archive
  71.            SOURCE.ARC on drive B and in subdirectory SAVE:
  72.  
  73.               ARCE B:\SAVE\SOURCE *.ASM
  74.  
  75.         o  Extract  all  files  from  all  ARC files in the subdirectory
  76.            called TEST on drive C:
  77.  
  78.               ARCE C:\TEST\*
  79.  
  80.         o  Extract  all  files  from  PROGA.ARC  and  place the files in
  81.            subdirectory OLD on drive B:
  82.  
  83.               ARCE PROGA.ARC B:\OLD
  84.  
  85.         o  Extract all files with an extension of .COM and .EXE from the
  86.            archive PROGS.ARC in directory NEW\WORK on drive B, and place
  87.            the  them  in  subdirectory  SAVE\TEST  on  drive  A; replace
  88.            existing file:
  89.  
  90.               ARCE B:\NEW\WORK\PROGS *.COM *.EXE A:\SAVE\TEST /R
  91.  
  92.         o  Extract  the  file  READ.ME  from  the  archive GIZMO.ARC and
  93.            display it on the console instead of writing it to a file:
  94.  
  95.               ARCE GIZMO READ.ME /P
  96.  
  97.         o  Same as above, except  pass the extracted READ.ME file to the
  98.            LIST file viewer:
  99.  
  100.               ARCE GIZMO READ.ME /P | LIST /S
  101.  
  102.  
  103.  
  104.   ARCE Command                                          Version 4.1a
  105.   ------------                                        April 12, 1992
  106.  
  107.                         Error Messages
  108.                         --------------
  109.  
  110.       'filename - premature EOF reading '
  111.  
  112.         Data  is  missing  from  the  archive  file.   The  program   is
  113.         terminated.
  114.  
  115.  
  116.       'filename - unable to set file datestamp'
  117.  
  118.         The file datestamp is set to the current date and time, and  the
  119.         next archive member is processed.
  120.  
  121.  
  122.       'filename - WARNING: file CRC does not match!'
  123.  
  124.         The extracted member  is left on  the output disk,  and the next
  125.         archive member is processed.   The file is probably  invalid but
  126.         is left on the disk for your examination.
  127.  
  128.  
  129.       'Invalid filespec(s)'
  130.  
  131.         The filespec syntax is incorrect.  The filename part may be from
  132.         1  to  eight  characters,  and  may  include the ? or * wildcard
  133.         characters.  The extension may be none to three characters,  and
  134.         may  include  wildcards.   There  is  a  maximum of 16 filespecs
  135.         allowed.  The program terminates.
  136.  
  137.  
  138.       'filename - file already exists. Overwrite it? (y/N) '
  139.  
  140.         The member being extracted already  exists.  If you are using  a
  141.         data  path  utility,  the  file  may  not  actually  be  in  the
  142.         subdirectory be used for output.   Respond with the letter Y  to
  143.         over-write the existing  file, or respond  with the letter  N to
  144.         skip this member and continue to the next.
  145.  
  146.  
  147.       'Abort: Stack overflow'
  148.  
  149.         The member  being extracted  has invalid  data.  The  program is
  150.         terminated.
  151.  
  152.  
  153.       'filename - invalid decode tree count'
  154.  
  155.         The member  being extracted  has invalid  data.  The  program is
  156.         terminated.
  157.  
  158.  
  159.  
  160.   ARCE Command                                          Version 4.1a
  161.   ------------                                        April 12, 1992
  162.  
  163.                         Error Messages (cont'd)
  164.                         --------------
  165.  
  166.  
  167.       'filename - new archive format 7 not yet supported'
  168.  
  169.         Format 7 is a special file compression method used internally by
  170.         SEA,  the  authors  of  ARC.  Processing continues with the next
  171.         archive member.
  172.  
  173.  
  174.       'Unable to open archive > arcname'
  175.  
  176.         The  specified  ARC   archive  file  was   not  found,  or   was
  177.         inaccessible.  The program terminates.
  178.  
  179.  
  180.       'CREATE failed > filename'
  181.  
  182.         There was insufficient directory  space, or a failure  accessing
  183.         the output disk.  The program terminates.
  184.  
  185.  
  186.         'Invalid archive format!'
  187.  
  188.         The archive file data is invalid.  The program terminates.
  189.  
  190.  
  191.       'Incorrect DOS version'
  192.  
  193.         Version  2.0  or  later  of  PC  DOS  must be used.  The program
  194.         terminates
  195.  
  196.  
  197.       'Not enough memory.'
  198.  
  199.         A minimum  of 112k  bytes of  memory is  required.  The  program
  200.         terminates.
  201.  
  202.  
  203.       'I/O error reading from arcname'
  204.  
  205.         An incorrectable error occurred attempting to read data from the
  206.         archive file.  The program terminates.
  207.  
  208.  
  209.       'I/O error writing or disk full > filename'
  210.  
  211.         There was not  enough disk space  to write the  complete archive
  212.         member.   The  partially  extracted  file  is  scratched and the
  213.         program terminates.
  214.  
  215.  
  216.  
  217.   ARCE Command                                          Version 4.1a
  218.   ------------                                        April 12, 1992
  219.  
  220.                         Error Messages (cont'd)
  221.                         --------------
  222.  
  223.  
  224.       'No matching file(s) found'
  225.  
  226.         No archive files were  found that matched the  supplied filename
  227.         specifications.  The program terminates.
  228.  
  229.  
  230.  
  231.       'filename - ERROR: invalid file codes'
  232.  
  233.         An error was detected while attempting to decode a crunched
  234.         file. Either some data bytes are invalid, there are extra
  235.         bytes, or there are bytes missing. The archive is invalid.
  236.  
  237.  
  238.  
  239.   ARCE Command                                          Version 4.0g
  240.   ------------                                        April 13, 1991
  241.  
  242.                         Version history
  243.                         ---------------
  244.  
  245.         1.1 - 1/13/86   -initial release
  246.  
  247.         2.00, 04/08/86